home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
60750
/
60750.xpi
/
surfcanyon_sc.xpi
/
content
/
status.xul
< prev
next >
Wrap
Extensible Markup Language
|
2009-11-12
|
1KB
|
33 lines
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://browser/skin/"?>
<?xml-stylesheet href="chrome://mozapps/skin/pref/pref.css" type="text/css"?>
<!DOCTYPE dialog SYSTEM "chrome://googlepreview/locale/googlepreview.dtd">
<dialog xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
id="sc-options"
title="Surf Canyon Status"
onload="(new SurfCanyonMisc()).optionsInit();"
ondialogaccept="(new SurfCanyonMisc()).optionsSave();"
buttons="accept,cancel">
<script type='application/x-javascript' src='chrome://surfcanyon/content/xmlhttprequester.js'></script>
<script type="application/x-javascript" src="chrome://surfcanyon/content/script-compiler.js"/>
<tabbox id="sc-options">
<tabpanels>
<tabpanel>
<vbox style="max-width: 500px;">
<groupbox>
<caption label="Surf Canyon Status"/>
<checkbox id="sc.disabled" label="Enable Surf Canyon"/>
<checkbox id="sc.statusBarIconDisabled" label="Display status bar icon"/>
</groupbox>
</vbox>
</tabpanel>
</tabpanels>
</tabbox>
</dialog>